home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / memmap.arc / MAPMEM.DOC < prev   
Text File  |  1985-10-11  |  1KB  |  29 lines

  1.                                System Memory Map
  2.                                      (MAP)
  3.  
  4. This program analyzes the DOS storage chain and produces a summary report of
  5. the resident DOS extensions.  DOS 2.0, 2.1, 3.0, 3.1 are required to use this
  6. program.  Allocated storage starting with the resident portion of Commmand.Com
  7. is displayed.  The following information is provided for each resident program:
  8.  
  9.                        The PSP address
  10.                        The program name (if available)  
  11.                        Allocated segment count
  12.                        Total allocated memory (in bytes)
  13.                Hooked interrupt list
  14.  
  15. In addition, MAP displays the count and size of 'FREE' storage segments in the
  16. DOS chain and the current command load address.
  17.  
  18. Plus you get the ROM BIOS date and the Machine type (as encoded in the BIOS).
  19.  
  20. If you us the '/D' switch after MAP (example: MAP/D) then you will get a 
  21. detailed display which identifies the specific segments (PROGRAM block,
  22. ENVIRONMENT block or PROGRAM MEMORY) that a process has allocated.  Using
  23. this option causes the free storage segment to be identified.
  24.  
  25.                 Have a good day!
  26.  
  27.                     Dorn.........
  28.  
  29.